Pause
Pause()
This function pauses the program and waits for a keypress to continue. This function has no arguments.
Example:
function
main()
{
Echo("Press any key to continue... ");
Pause();
}